Skip to content

Simplified the docs about Symfony technical requirements #12157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2019

Conversation

javiereguiluz
Copy link
Member

The symfony binary is so great that we can simplify lots of things thanks to the new check:requirements command.

@nicolas-grekas quick question. Is this still true?

Install PHP 7.1 or higher and these PHP extensions (which are installed and
enabled by default in most PHP 7 installations): `Ctype`_, `iconv`_, `JSON`_,
`PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_;

Do we require all those extensions or things like ctype are no longer required because of some polyfills? Thanks.

@OskarStark OskarStark force-pushed the reqs_simplification branch from d032f9f to 455d613 Compare August 15, 2019 05:56
@OskarStark
Copy link
Contributor

Thank you Javier.

@OskarStark OskarStark merged commit 455d613 into symfony:4.3 Aug 15, 2019
OskarStark added a commit that referenced this pull request Aug 15, 2019
… (javiereguiluz)

This PR was squashed before being merged into the 4.3 branch (closes #12157).

Discussion
----------

Simplified the docs about Symfony technical requirements

The `symfony` binary is so great that we can simplify lots of things thanks to the new `check:requirements` command.

@nicolas-grekas quick question. Is this still true?

```
Install PHP 7.1 or higher and these PHP extensions (which are installed and
enabled by default in most PHP 7 installations): `Ctype`_, `iconv`_, `JSON`_,
`PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_;
```

Do we require all those extensions or things like `ctype` are no longer required because of some polyfills? Thanks.

Commits
-------

455d613 Simplified the docs about Symfony technical requirements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants